home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR03 / ARCADE6.ZIP / BASIC.TXT < prev    next >
Text File  |  1986-12-20  |  877b  |  22 lines

  1.      In order to run any BASIC program, you will need BASICA or GWBASIC which 
  2. is usually included on your copy of the DOS disk.  You can recognize a program 
  3. written in BASIC by looking at the three digit extension (filename.BAS) BAS.  
  4. The best way to run a BASIC program is by putting a disk with BASICA or 
  5. GWBASIC in one drive and the program disk in the other.  For example, to run a 
  6. BASIC program with the name STARTREK.BAS, perform the following steps:
  7.  
  8. 1. Put the BASIC disk in DRIVE A: and the program disk in DRIVE B:
  9.  
  10. 2. Log to the drive with the program disk in it by entering "B:" (without the 
  11.    quotes, of course.) 
  12.  
  13. 3. Type "A:BASICA STARTREK" or "A:GWBASIC STARTREK" and press ENTER.
  14.  
  15. If you don't have two drives, 
  16.  
  17. 1. Copy GWBASIC or BASICA to the program disk. 
  18.  
  19. 2. Type "BASICA STARTREK" or "GWBASIC STARTREK" and press ENTER. 
  20.  
  21.  
  22.